Input for WinForms | ComponentOne
C1.Win.Input.Styles Namespace / DropDownControlStyles<T> Class / Focused Property

In This Topic
    Focused Property (DropDownControlStyles<T>)
    In This Topic
    Gets style containing display attributes that determine the general appearance of the focused element on the screen.
    Syntax
    'Declaration
     
    
    Public Property Focused As StateElementStyle
    public StateElementStyle Focused {get; set;}
    See Also